ArcGIS Runtime SDK for WPF - Library Reference
AutoCompleteTaskAsync(IList<Graphic>,IList<Graphic>) Method
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GeometryService Class > AutoCompleteTaskAsync Method : AutoCompleteTaskAsync(IList<Graphic>,IList<Graphic>) Method

polygons
The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.
Executes the Auto Complete geometry service.

Syntax

Visual Basic (Declaration) 
Public Overloads Function AutoCompleteTaskAsync( _
   ByVal polygons As IList(Of Graphic), _
   ByVal polylines As IList(Of Graphic) _
) As Task(Of AutoCompleteResult)
C# 
public Task<AutoCompleteResult> AutoCompleteTaskAsync( 
   IList<Graphic> polygons,
   IList<Graphic> polylines
)

Parameters

polygons
The collection of polygons that will provide some boundaries for new polygons. The spatial reference of the polygons is specified by sr.
polylines
An collection of polylines that will provide the remaining boundaries for new polygons. The spatial reference of the polylines is specified by sr.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.